#PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
#This is done with:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h dell password 'new-password'
#See the manual for more instructions.
#NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run
#the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be
#able to use the new GRANT command!
#You can start the MySQL daemon with:
cd /usr ; /usr/bin/safe_mysqld &
Friday, February 18, 2005
Thursday, February 17, 2005
iptables logging
#Log iptables traffic on a specific port (25, in this case):
iptables -A INPUT -p tcp --dport 25 -j LOG --log-prefix "SMTPTRAFFIC:"
iptables -A INPUT -p tcp --dport 25 -j LOG --log-prefix "SMTPTRAFFIC:"
Subscribe to:
Posts (Atom)
Oracle Linux virt-manager Error launching create dialog: list index out of range
After a fresh install of Oracle Linux 9.1 and installing virt-manager/virt-install, I tried to create a new virtual machine and got this err...
-
Have you ever seen a message in /var/adm/syslog/syslog.log and wished that something special could be done when it occurs? The messages in...
-
Create a backup using a graph file The easiest way to use fbackup is to create a file containing a list of files/directories to be ...
-
lvextend -L 16 /dev/vg/lv fsadm -F vxfs -b 16384 /mountpoint